home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / orinf / mar96 / hoskf103.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  13KB  |  647x466  |  4-bit (12 colors)
Labels: text | electronics | screenshot | software | display | web page | website | computer icon | number | operating system
OCR: BUGTRAP Properties D. (Declarations) Windows External used to open help files DECLARE Function WinHelp LIB "user. exe" ( ByVal hund AS Long, ByVal help AS String, ByVal Constants used to identify context sensitive help CONST cHelpFile = ".\samples\ sample.hlp" CONST cContentsHelpID = 1046 CONST cBugListHelpID = 1049 CONST cBugDetailHelpID = 1050 CONST cBugQueryHelpID = 1051 CONST cUsersHelpID = 1052 <snip ... > ' Globals and Constants used to build adhoc query GLOBAL gBugQueryInited AS Integer ' Notify frmBugQuery if it's been initialized GLOBAL gConditions (15, 2) AS String ' List of BugQuery conditions GLOBAL gNumConditions AS Integer Number of BugQuery conditions GLOBAL gCondFields (2,2) AS Object Fields to display conditions GLOBAL gProperties (15) AS String List of possible BugQuery selections GLOBAL gNumProperties AS Integer Number of BugQuery selections CONST cMaxConditions = 16 ' Max BugQuery conditions CONST cColorEnabled = 0 CONST cColorDisabled = 11 CONST cColorHilited = 14 CONST cColorUnhilited = 1